home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- +
- + LEDA 3.1c
- +
- +
- + plane_graph.h
- +
- +
- + Copyright (c) 1994 by Max-Planck-Institut fuer Informatik
- + Im Stadtwald, 6600 Saarbruecken, FRG
- + All rights reserved.
- +
- *******************************************************************************/
-
-
- #ifndef LEDA_PLANE_GRAPH_H
- #define LEDA_PLANE_GRAPH_H
-
- #include <LEDA/plane.h>
- #include <LEDA/graph.h>
-
-
- typedef GRAPH<point,int> graph_point_int_ztc_dummy;
- typedef GRAPH<point,point> graph_point_point_ztc_dummy;
-
- #endif
-